home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / mftflp.arc / MFTFLOPP.PAT < prev   
Text File  |  1991-11-25  |  3KB  |  94 lines

  1. MANIFEST VERSION 1.11 REPORTING 1.44 MB FLOPPY DRIVES AS 
  2.                        "UNKNOWN"
  3.  
  4.  
  5. Manifest reports 1.44 MB floppy drives as "UNKNOWN" in the 
  6. System/CMOS section. This report is a mistake by Manifest and 
  7. does not prejudice the way any other Quarterdeck product uses the 
  8. floppy drives.
  9.  
  10. Here is a patch to eliminate the problem: 
  11.           
  12. 1)  Make a copy of the MFT.EXE file in your QEMM (or QRAM) 
  13. directory.  We are about to alter your current copy of MFT.EXE; 
  14. the copy you make will serve as a backup in case this operation 
  15. fails.
  16.  
  17.           COPY C:\QEMM\MFT.EXE C:\QEMM\MFTOLD.EXE
  18.  
  19. (If your MFT.EXE is not located in the QEMM directory of the C: 
  20. drive, change the path accordingly.)
  21.  
  22. 2)  Rename MFT.EXE to X.  To do this, go to the QEMM directory 
  23. and type:
  24.  
  25.           REN MFT.EXE X  
  26.  
  27. (If your MFT.EXE is not located in the QEMM directory, go to the 
  28. directory in which it is located.)
  29.  
  30. 3)  Go to the DOS directory on the hard disk and type:
  31.  
  32.           DEBUG C:\QEMM\X
  33.  
  34. (If your MFT.EXE is not located in the QEMM directory of the C: 
  35. drive, change the path accordingly.)
  36.  
  37. Hit the Enter key; you should see the DEBUG prompt, which is a 
  38. hyphen.
  39.  
  40. 4)  At the DEBUG prompt, type:
  41.  
  42.           
  43.           S 1000 L8000 4 73 A
  44.  
  45. Hit the Enter key; DEBUG should return a segment address and 
  46. offset, in the following format:
  47.  
  48.           xxxx:yyyy
  49.  
  50. 5)  At the DEBUG prompt again, use the segment address and offset 
  51. that was just returned to give the DEBUG command:
  52.  
  53.           E xxxx:yyyy 5
  54.                               
  55. The address that DEBUG returned in step 4 should be used in place 
  56. of the address xxxx:yyyy, which we use as an example.  Hit the 
  57. Enter the key after your command; the DEBUG prompt should return 
  58. in a moment.
  59.  
  60. 6)  At the DEBUG prompt, type:
  61.  
  62.           W
  63.  
  64. Hit the Enter key; DEBUG will announce that it is writing a 
  65. certain number of bytes, then it will return the DEBUG prompt.
  66.  
  67. 7)  At the DEBUG prompt, type:
  68.  
  69.           Q
  70.  
  71. Hit the Enter key to exit DEBUG and return to DOS.
  72.  
  73. 8)  Rename X to MFT.EXE.  To do this at the DOS prompt, type:
  74.  
  75.           REN X MFT.EXE
  76.  
  77. (If your MFT.EXE is not located in the QEMM directory, go to the 
  78. directory in which it is located.)
  79.       
  80.         --------------------------------------------------
  81.  
  82. If the system fails after you perform this patch, copy the backup 
  83. of MFT.EXE that you made back to its original name.  
  84.  
  85.            COPY C:\QEMM\MFTOLD.EXE C:\QEMM\MFT.EXE
  86.  
  87. (If your MFT.EXE is not located in the QEMM directory of the C: 
  88. drive, change the path accordingly.)
  89.  
  90. You may then wish to try the above procedure again, in case a 
  91. mistake was made.
  92.  
  93.             * * *   E N D   O F   F I L E    * * *
  94.